home *** CD-ROM | disk | FTP | other *** search
/ DOpus Plus / DOpus Plus.iso / Enhancements / CutNPaste / CutNPaste.txt next >
Text File  |  1998-10-21  |  4KB  |  96 lines

  1. $VER:   CutNPaste.dopus5 2.2SE (21.10.98) Opus Magellan II edition
  2. Author: Keith Halstead <cv51kh@surrey.ac.uk>
  3.  
  4. Description:
  5.  
  6. This ARexx module will add a 'Cut', (Move),  and 'Copy' item to file and
  7. directory pop-up menus, and 'Paste' to lister pop-up menus.  You can also
  8. paste a file or directory into a selected directory or disk using 'Paste
  9. Into', and rename it using 'Paste As...' or 'Paste Into As...'.
  10.  
  11. Locale support, Danish translation and bugfix for spaces in filenames by
  12. Michael Skibsted Sørensen <MSS@kob.dk>.
  13.  
  14. Version 1.1 (and most of the hard work for this module) was written by
  15. Andrew Dunbar <andrew@gpsoft.com.au>.  See "History".
  16.  
  17. Tested only with DOpus 5.661 but should be fine with 5.5+.  If there are
  18. any problems with Opus Magellan II email me and I will sort them out!!
  19.  
  20.  
  21. Installation:
  22.  
  23. 1. Ensure RexxMast is running.
  24. 2. Install CutNPaste.dopus5 into the DOpus5:Modules/ directory, it will be
  25.    automatically recognised by DOpus and the menu items added immediately.
  26. 3. For Danish language also install CutNPaste.catalog into your
  27.    LOCALE:Catalogs/Dansk/ directory.
  28. (It's not necessary to reload DOpus.)
  29.  
  30.  
  31. Instructions (Brief):
  32.  
  33. 1) Enable 'Name Mode popup' in 'Environment/Lister Options'.
  34. 2) Open a name mode lister of a directory with some files/dirs.
  35. 3) RMB click on a file or dir to cause the menu to popup and select 'Copy'.
  36. 4) Open another name mode lister, in another directory, and using the
  37.    lister popup menu, (RMB click on a lister border), select 'Paste'.
  38. 5) The file or directory will be copied to that directory.
  39. 6) RMB click on a directory (or disk icon on the desktop) and select
  40.    'Paste Into' to paste the file into that directory or the root directory
  41.    of the disk.
  42. 7) Select 'Paste As...' or 'Paste Into As...' to rename the file (using
  43.    the 'MoveAs' and 'CopyAs' DOpus commands).
  44. 8) Selecting 'Cut' from the file popup menu will move the file or directory
  45.    to the other lister.
  46. 9) If this looks complicated play around with it and you'll soon work it out!
  47.  
  48. You can view the current contents of the clipboard and whether that item will
  49. be cut or copied when pasted by selecting "View Clipboard Contents..." from
  50. the lister popup menu.  To clear the contents select "Clear Clipboard
  51. Contents..." from the lister popup menu.
  52.  
  53. Contact me if you have any problems or questions.
  54.  
  55.  
  56. History:
  57.  
  58. Andrew Dunbar: <andrew@gpsoft.com.au>
  59. V1.1 - It exists, therefore it is.  It works.
  60.  
  61. Keith Halstead: <cv51kh@surrey.ac.uk>
  62. V2.0 - Bugfix for left-out icons (now only displays 'Cut' and 'Copy' once).
  63.      - Added 'Paste Into' to disk and directory popup menus.
  64.      - Added 'Paste As...' and 'Paste Into As...' to rename the file.
  65.  
  66. V2.1 - Locale support, Danish catalog and bugfix for spaces in filenames by
  67.        Michael Skibsted Sørensen <MSS@kob.dk>.
  68.      - Cleaned up code, also now deletes clipboard contents after "cutting".
  69.  
  70. V2.2 - Special edition for Opus Magellan II.
  71.      - Added "View Clipboard Contents..." command to lister menus.
  72.      - Added "Clear Clipboard Contents..." command to lister menus.
  73.  
  74.  
  75. Future:
  76.  
  77. - Multiple files/dirs was almost completed when this version was released.
  78.   Look on Aminet in biz/dopus and you should find a new version of this
  79.   script with multiple file/dir support.
  80. - More translations
  81. - Proper documentation
  82. - Your suggestions?
  83.  
  84.  
  85. Distribution:
  86.  
  87. Freeware.  If you think it's really good then also feel free to email me or
  88. the original author.
  89.  
  90. Can be distributed with Opus Magellan II, as long as this text file
  91. accompanies it.
  92.  
  93. Please report bugs or any suggestions to me.  If you'd like to send a
  94. translation to me (either as a catalog or raw text) then please feel free
  95. and I'll add it to the distribution.
  96.